File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818
1919## [ Unreleased]
2020
21+ ## [ 0.6.0]
22+
2123### Added
2224
2325- Added support for Django 5.2.
@@ -94,10 +96,11 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
9496
9597- Josh Thomas
< [email protected] > (maintainer)
9698
97- [ unreleased ] : https://github.com/joshuadavidthomas/django-github-app/compare/v0.5 .0...HEAD
99+ [ unreleased ] : https://github.com/joshuadavidthomas/django-github-app/compare/v0.6 .0...HEAD
98100[ 0.1.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.1.0
99101[ 0.2.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.2.0
100102[ 0.2.1 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.2.1
101103[ 0.3.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.3.0
102104[ 0.4.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.4.0
103105[ 0.5.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.5.0
106+ [ 0.6.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.6.0
Original file line number Diff line number Diff line change 11# django-github-app
22
3- [ ![ PyPI] ( https://img.shields.io/pypi/v/django-github-app )] ( https://pypi.org/project/django-github-app/ )
4- ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/django-github-app )
53<!-- [[[cog
64import subprocess
75import cog
86
97from noxfile import DJ_VERSIONS
108from noxfile import PY_VERSIONS
119
10+ cog.outl("[](https://pypi.org/project/django-github-app/)")
11+ cog.outl("")
1212cog.outl(f"}-%2344B78B?labelColor=%23092E20)")
1313]]] -->
14+ [ ![ PyPI] ( https://img.shields.io/pypi/v/django-github-app )] ( https://pypi.org/project/django-github-app/ )
15+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/django-github-app )
1416![ Django Version] ( https://img.shields.io/badge/django-4.2%20%7C%205.1%20%7C%205.2%20%7C%20main-%2344B78B?labelColor=%23092E20 )
1517<!-- [[[end]]] -->
1618
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Source = "https://github.com/joshuadavidthomas/django-github-app"
101101[tool .bumpver ]
102102commit = true
103103commit_message = " :bookmark: bump version {old_version} -> {new_version}"
104- current_version = " 0.5 .0"
104+ current_version = " 0.6 .0"
105105push = false # set to false for CI
106106tag = false
107107version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.5 .0"
3+ __version__ = "0.6 .0"
Original file line number Diff line number Diff line change 44
55
66def test_version ():
7- assert __version__ == "0.5 .0"
7+ assert __version__ == "0.6 .0"
You can’t perform that action at this time.
0 commit comments