mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 21:47:53 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b73fea49b5 | ||
|
|
cf458304cc |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -22,8 +22,8 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get -y install gettext
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install gettext
|
||||
python -m pip install pip setuptools django poetry
|
||||
# compile messages to get .mo files
|
||||
django-admin compilemessages
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
|
||||
## [Unreleased](https://github.com/GDay/django-q2/tree/HEAD)
|
||||
|
||||
## [v1.4.5](https://github.com/GDay/django-q2/tree/v1.4.5) (2022-11-13)
|
||||
|
||||
- Fix release workflow
|
||||
|
||||
## [v1.4.4](https://github.com/GDay/django-q2/tree/v1.4.4) (2022-11-13)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
@@ -73,7 +73,7 @@ author = 'Ilan Steemers, Stan Triepels'
|
||||
# The short X.Y version.
|
||||
version = '1.4'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.4.4'
|
||||
release = '1.4.5'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "django-q2"
|
||||
version = "1.4.4"
|
||||
version = "1.4.5"
|
||||
packages = [
|
||||
{ include = "django_q" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user