Skip to content

Commit

Permalink
Bump version to 4.1.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdavies committed Feb 24, 2020
1 parent 261c82c commit 16b5846
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
See the project repository release history at:

https://github.com/cfpb/wagtail-flags/releases

or, from the command line:

```
git show 4.1.0
```

To show the 4.1.0 release changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
license='CC0',
version='4.1.0b2',
version='4.1.0',
include_package_data=True,
packages=find_packages(),
install_requires=install_requires,
Expand Down

0 comments on commit 16b5846

Please sign in to comment.