Skip to content

Commit

Permalink
chore: 🚀 Release v1.1.1
Browse files Browse the repository at this point in the history
- also fixes the version value which was mistakenly put correctly during the transfer of metadata from setup.py to setup.cfg
  • Loading branch information
abhiabhi94 committed May 1, 2021
1 parent e160921 commit 93aaf99
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 7 deletions.
57 changes: 51 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
Changelog
=========

`v1.1.1 <https://github.com/abhiabhi94/django-flag-app/tree/1.1.1>`__
------------------------------------------------------------------------

`Full
Changelog <https://github.com/abhiabhi94/django-flag-app/compare/v1.1.1...v1.1.0>`__

**Merged pull requests:**

- fix: 🐛 default_app_config warnings for django>=3.2
`#33 <https://github.com/abhiabhi94/django-flag-app/pull/33>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
- fix: 🐛 environment syntax for workflow
`#32 <https://github.com/abhiabhi94/django-flag-app/pull/32>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
- fix: 🐛 syntax for release workflow
`#31 <https://github.com/abhiabhi94/django-flag-app/pull/31>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)

`v1.1.0 <https://github.com/abhiabhi94/django-flag-app/tree/v1.1.0>`__ (2021-04-18)
-----------------------------------------------------------------------------------

`Full
Changelog <https://github.com/abhiabhi94/django-flag-app/compare/v1.0.1...v1.1.0>`__

**Merged pull requests:**

- chore: 🚀 Release 1.1.0
`#30 <https://github.com/abhiabhi94/django-flag-app/pull/30>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
- feat: ✨ Add support for python3.9 and django3.2
`#29 <https://github.com/abhiabhi94/django-flag-app/pull/29>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
- docs: 📚️ 🐛 build
`#28 <https://github.com/abhiabhi94/django-flag-app/pull/28>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)

`v1.0.1 <https://github.com/abhiabhi94/django-flag-app/tree/v1.0.1>`__ (2021-03-11)
-----------------------------------------------------------------------------------

Expand All @@ -9,12 +45,21 @@ Changelog <https://github.com/abhiabhi94/django-flag-app/compare/v1.0.0...v1.0.1

**Fixed bugs:**

- Use of \`get\_user\_model' at module level in manager causes circular
- Use of \`get_user_model’ at module level in manager causes circular
import
`#19 <https://github.com/abhiabhi94/django-flag-app/issues/19>`__

**Merged pull requests:**

- fix: 🐛 version issues, bump version number
`#27 <https://github.com/abhiabhi94/django-flag-app/pull/27>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
- fix: 🐛 contributing link to allow PyPi release
`#26 <https://github.com/abhiabhi94/django-flag-app/pull/26>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
- chore: 🔧 🚀 Update release notes
`#25 <https://github.com/abhiabhi94/django-flag-app/pull/25>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
- fix: 🐛 version number according to PEP440
`#24 <https://github.com/abhiabhi94/django-flag-app/pull/24>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
Expand Down Expand Up @@ -78,9 +123,6 @@ Changelog <https://github.com/abhiabhi94/django-flag-app/compare/v0.1.0...v0.1.1
- Fix travis CI to deploy only once
`#7 <https://github.com/abhiabhi94/django-flag-app/pull/7>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
- Add sphninx read the docs theme, release first version
`#6 <https://github.com/abhiabhi94/django-flag-app/pull/6>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)

`v0.1.0 <https://github.com/abhiabhi94/django-flag-app/tree/v0.1.0>`__ (2020-09-28)
-----------------------------------------------------------------------------------
Expand All @@ -90,6 +132,9 @@ Changelog <https://github.com/abhiabhi94/django-flag-app/compare/47b8b136bd62b2c

**Merged pull requests:**

- Add sphninx read the docs theme, release first version
`#6 <https://github.com/abhiabhi94/django-flag-app/pull/6>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
- Fix build for docs
`#5 <https://github.com/abhiabhi94/django-flag-app/pull/5>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)
Expand All @@ -106,5 +151,5 @@ Changelog <https://github.com/abhiabhi94/django-flag-app/compare/47b8b136bd62b2c
`#1 <https://github.com/abhiabhi94/django-flag-app/pull/1>`__
(`abhiabhi94 <https://github.com/abhiabhi94>`__)

\* *This Changelog was automatically generated by
`github\_changelog\_generator <https://github.com/github-changelog-generator/github-changelog-generator>`__*
\* *This Changelog was automatically generated
by*\ `github_changelog_generator <https://github.com/github-changelog-generator/github-changelog-generator>`__
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-flag-app
version = 1.0.1
version = 1.1.1
author = Abhyudai
author_email =
description = A pluggable django application that adds the ability for users to flag(or report) your models
Expand Down

0 comments on commit 93aaf99

Please sign in to comment.