File tree 5 files changed +11
-6
lines changed
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/
18
18
19
19
## [ Unreleased]
20
20
21
+ ## [ 0.6.0]
22
+
21
23
### Added
22
24
23
25
- Added support for Django 5.2.
@@ -94,10 +96,11 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
94
96
95
97
- Josh Thomas
< [email protected] > (maintainer)
96
98
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
98
100
[ 0.1.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.1.0
99
101
[ 0.2.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.2.0
100
102
[ 0.2.1 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.2.1
101
103
[ 0.3.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.3.0
102
104
[ 0.4.0 ] : https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.4.0
103
105
[ 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 1
1
# django-github-app
2
2
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 )
5
3
<!-- [[[cog
6
4
import subprocess
7
5
import cog
8
6
9
7
from noxfile import DJ_VERSIONS
10
8
from noxfile import PY_VERSIONS
11
9
10
+ cog.outl("[](https://pypi.org/project/django-github-app/)")
11
+ cog.outl("")
12
12
cog.outl(f"}-%2344B78B?labelColor=%23092E20)")
13
13
]]] -->
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 )
14
16
![ Django Version] ( https://img.shields.io/badge/django-4.2%20%7C%205.1%20%7C%205.2%20%7C%20main-%2344B78B?labelColor=%23092E20 )
15
17
<!-- [[[end]]] -->
16
18
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Source = "https://github.com/joshuadavidthomas/django-github-app"
101
101
[tool .bumpver ]
102
102
commit = true
103
103
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
104
- current_version = " 0.5 .0"
104
+ current_version = " 0.6 .0"
105
105
push = false # set to false for CI
106
106
tag = false
107
107
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- __version__ = "0.5 .0"
3
+ __version__ = "0.6 .0"
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def 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