Skip to content

Commit c135e7f

Browse files
committed
Prepare release 0.4.1
1 parent 31fa355 commit c135e7f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This changelog is used to track all major changes to django_apscheduler.
44

55

6-
## v0.4.1 (UNRELEASED)
6+
## v0.4.1 (2020-07-09)
77

88
**Fixes**
99

docs/releasing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ key individuals, and as a stepping stone to more automation.
66

77
## Creating releases
88

9-
1. Update changelog and commit it.
9+
1. Update changelog and bump the version number in `setup.py`. Commit changes.
1010

1111
2. Merge the release branch (``develop`` in the example) into master:
1212

@@ -24,4 +24,5 @@ key individuals, and as a stepping stone to more automation.
2424
5. Merge ``master`` back into ``develop`` and push the branch to GitHub.
2525

2626
6. Document the release on GitHub by clicking on the 'Releases' link on the landing page,
27-
and editing the tag that was just created.
27+
and editing the tag that was just created. Set both the tag version and release title
28+
to "v0.3.0".

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="django-apscheduler",
12-
version="0.4.0",
12+
version="0.4.1",
1313
description="APScheduler for Django",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)