Skip to content

Commit

Permalink
Post release 1.1 (#211)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Increment patch version to dev
  • Loading branch information
mbmilligan authored Apr 7, 2021
1 parent b5ede01 commit 5924a09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## unreleased changes

Added (user)

Added (developer)

Changed

Fixed

## v1.1

Added (user)
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
version_info = (
1,
1,
0,
# 'dev', # comment-out this line for a release
1,
'dev', # comment-out this line for a release
)
__version__ = '.'.join(map(str, version_info))

0 comments on commit 5924a09

Please sign in to comment.