Skip to content

Commit

Permalink
chore: Release 0.9.0 (#1011)
Browse files Browse the repository at this point in the history
* chore: Release 0.9.0

* Sort tags lexicographically

* Remove unnecessary classifiers

* Revert change to pyproject.toml

* Remove unnecessary placeholders

---------

Co-authored-by: edgarrmondragon <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2023
1 parent 2dc1b6e commit 11187f5
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 41 deletions.
8 changes: 8 additions & 0 deletions .changes/0.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 0.9.0 - 2023-10-11
### Added
* [#944](https://github.com/edgarrmondragon/citric/issues/944) Add `Client.get_server_version`
* [#1005](https://github.com/edgarrmondragon/citric/issues/1005) Official support for Python 3.12
### Documentation
* [#934](https://github.com/edgarrmondragon/citric/issues/934) Report status of integration tests against multiple LimeSurvey versions
* [#964](https://github.com/edgarrmondragon/citric/issues/964) Fix GitHub archive URLs in integration test docs
* [#996](https://github.com/edgarrmondragon/citric/issues/996) Document current version in docs site
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20230823-121334.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20231002-092130.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Documentation-20230829-024819.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Documentation-20230905-083410.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Documentation-20230920-101503.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ kinds:
- label: Documentation
auto: patch
replacements:
- path: pyproject.toml
find: ^version = ".*"$
replace: version = "{{.VersionNoPrefix}}"
- path: src/citric/client.py
find: "NEXT_VERSION"
replace: "{{.VersionNoPrefix}}"
Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
attributes:
label: Citric Version
description: Version of the package you are using
placeholder: "0.8.0"
placeholder: "0.9.0"
validations:
required: true
- type: dropdown
Expand All @@ -39,7 +39,6 @@ body:
attributes:
label: LimeSurvey Version
description: Version of LimeSurvey you are using
placeholder: "6.2.3"
validations:
required: true
- type: input
Expand All @@ -55,7 +54,6 @@ body:
attributes:
label: Operating System
description: What Operating System you are using
placeholder: "Windows"
validations:
required: true
- type: textarea
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.9.0 - 2023-10-11
### Added
* [#944](https://github.com/edgarrmondragon/citric/issues/944) Add `Client.get_server_version`
* [#1005](https://github.com/edgarrmondragon/citric/issues/1005) Official support for Python 3.12
### Documentation
* [#934](https://github.com/edgarrmondragon/citric/issues/934) Report status of integration tests against multiple LimeSurvey versions
* [#964](https://github.com/edgarrmondragon/citric/issues/964) Fix GitHub archive URLs in integration test docs
* [#996](https://github.com/edgarrmondragon/citric/issues/996) Document current version in docs site

## 0.8.0 - 2023-08-22
### Added
* [#793](https://github.com/edgarrmondragon/citric/issues/793) Implement `invite_participants` in client
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ Python.
<!-- start integration status -->
| | **PostgreSQL** | **MySQL** |
| - |:--: | :-: |
| 6.2.9 |||
| 6.2.8 |||
| 6.2.7 |||
| 6.2.6 |||
| 5.6.39 |||
| 5.6.38 |||
| 5.6.37 |||
| 5.6.35 |||
<!-- end integration status -->

## Installation
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down Expand Up @@ -53,7 +49,7 @@ mypy = ">=1.5"
pytest = ">=7.3.1"
pytest-github-actions-annotate-failures = ">=0.1.7"
python-dotenv = ">=1"
requests-cache = { version = "^1.1.0", python = ">=3.8,<4.0" }
requests-cache = { version = "^1.1.0", python = "<4.0" }
safety = ">=2.1.1"
semver = "^3.0.1"
tabulate = "^0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def sort_tags(tags: t.Iterable[dict]) -> list[dict]:
"""Sort tags."""
return sorted(
tags,
key=lambda tag: tag["last_updated"],
key=lambda tag: tag["name"],
reverse=True,
)

Expand Down
2 changes: 1 addition & 1 deletion src/citric/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ def get_server_version(self) -> str:
Returns:
The LimeSurvey server version.
.. versionadded:: NEXT_VERSION
.. versionadded:: 0.9.0
"""
return self._get_site_setting("versionnumber")

Expand Down

0 comments on commit 11187f5

Please sign in to comment.