Skip to content

Commit 03f12ec

Browse files
committed
chore: update version to 1.20.6 in __init__.py and pixi.toml; update release log instructions
1 parent 1236fe2 commit 03f12ec

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# AnyPyTools Change Log
22

3+
## v1.20.6
4+
5+
* Fix issue with the pytest plugin which would not report tests as failed when no `anybodycon.exe` was available.
6+
37
## v1.20.5
48

59
* Fix issue with pytest plugin assuming `.any` files to be encode with default

CONTRIBUTING.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,13 @@ $ rm -fr build
178178

179179
### Performing the Release
180180

181-
> 1. Update and push the release log
182-
> 2. Update version number in `anypytools.__init__.py`
181+
> 1. Update the release log
182+
> 2. Update version number in `anypytools.__init__.py`, and `pixi.toml`. Ensure they match.
183183
> 3. Ensure test pass
184184
> 4. Make PR on GitHub, and check docs compile correctly on Github Actions
185-
> 5. Create a tag with the version number and push it.
186-
> 6. Crate PYPI pckage
187-
> : 1. Run `pixi run build`
188-
> 2. Run `pixi run publish`
189-
> 7. Update the conda forge package on <https://github.com/conda-forge/anypytools-feedstock>
185+
> 5. Create a release on GitHub with the version number as the tag.
186+
> 1. This will trigger a Pypi release automatically
187+
> 2. A conda-forge release will also trigger automatically within 1 day. Alternatively, go to https://github.com/conda-forge/anypytools-feedstock and create a issue with the title: `@conda-forge-admin, please update version`. This will make the conda-forge relase immediatly.
190188
191189
## Document History
192190

anypytools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"NORMAL_PRIORITY_CLASS",
3838
]
3939

40-
__version__ = "1.20.5"
40+
__version__ = "1.20.6"
4141

4242

4343
def print_versions():

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ anypytools = {path= "."}
2121

2222
[package]
2323
name = "anypytools"
24-
version="1.20.5"
24+
version="1.20.6"
2525

2626
[package.build]
2727
backend = { name = "pixi-build-python", version = "*" }

0 commit comments

Comments
 (0)