Skip to content

Commit

Permalink
Merge pull request #124 from Hazboun6/master
Browse files Browse the repository at this point in the history
up the version number to come in line for GitHub tags
  • Loading branch information
Hazboun6 authored Aug 9, 2021
2 parents 7963b1d + 25840b1 commit 181e328
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
=======
History
=======
2.1.0 (2021-08-06)
Getting version number inline with GitHub version numbers. This tag has a version of the outlier code, which will be excised in the next version.
0.9.1 (2021-05-06)
0.9.0 (2019-09-20)
------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Remember to cite it as:
title = {enterprise_extensions},
year = {2021},
url = {https://github.com/nanograv/enterprise_extensions},
note = {v0.9.2}
note = {v2.1.0}
}
```

Expand Down
2 changes: 1 addition & 1 deletion enterprise_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.2"
__version__ = "2.1.0"
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 2.1.0
commit = True
tag = True

Expand All @@ -23,4 +23,3 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

0 comments on commit 181e328

Please sign in to comment.