diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..adb5726 --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index 36c2415..2705e85 100644 --- a/setup.py +++ b/setup.py @@ -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,