Skip to content

Commit

Permalink
Release 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyfedoseev committed Dec 28, 2022
1 parent 84ff8ae commit 26fab45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### Dev
### 2.4

#### Deprecation

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# built documents.
#
# The short X.Y version.
version = "2.3"
version = "2.4"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
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-static-precompiler
version = 2.3
version = 2.4
author = Andrey Fedoseev
author_email = andrey@andreyfedoseev.com
description =
Expand Down
2 changes: 1 addition & 1 deletion src/static_precompiler/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3"
__version__ = "2.4"

0 comments on commit 26fab45

Please sign in to comment.