Skip to content

Commit

Permalink
update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 27, 2022
1 parent 1ec9a1f commit 0b99d67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changelog
=========

1.1 (2022-02-12)
1.2 (2022-03-27)
--------------------
* Added class `WorksContainer` to make handling works data easier (#101)
* changed master branch to main in github development repository (#103)
* changed master branch to main in github development repository (#103)
* exclude tests from install (#105)

1.0 (2021-11-12)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion habanero/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"""

__title__ = "habanero"
__version__ = "1.1.0"
__version__ = "1.2.0"
__author__ = "Scott Chamberlain"
__license__ = "MIT"

Expand Down

0 comments on commit 0b99d67

Please sign in to comment.