Skip to content

Commit c97f70e

Browse files
author
Santosh Philip
committed
working on issue #453 - test a release
1 parent cf658e7 commit c97f70e

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

eppy/notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Maybe update HISTORY.rst before the release
4848
uv version --bump patch/minor/major
4949

5050
git commit -m "Bump version to $(uv version --short)"
51-
git tag "v$(uv version --short)"
51+
git tag "r$(uv version --short)"
5252
git push origin <branch>
53-
git push origin tag "v$(uv version --short)"
53+
git push origin tag "r$(uv version --short)"
5454

5555
Now publish
5656
===========

eppy/runningnotes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Change file::
1313

1414
eppy/__init__.py # version is got from pyproject.toml
1515

16-
16+
- Readthedocs is working.
17+
- need to get it to trigget on master and develop
18+
- test the release to PyPi
1719

1820
2026-01-20
1921
----------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eppy"
3-
version = "0.5.66"
3+
version = "0.5.67"
44
description = "Scripting language for E+ idf files, and E+ output files"
55
readme = "README.rst"
66
requires-python = ">=3.9"

uv.lock

Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)