Skip to content

Commit

Permalink
Update release year in versions
Browse files Browse the repository at this point in the history
  • Loading branch information
munichpavel committed May 22, 2024
1 parent df1165f commit e0cc080
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ Once an initial release has been created for a new workshop, create subsequent t

Note: I do not follow [Semantic Versioning](https://semver.org/) for this project. For the first digit (in semver, `major`), I use the year of the target workshop, and for the last (in semver `patch`), I increment when a chunk of work is done towards giving the workshop. The middle digit (in semver, `minor`) stays on 0 until I give the workshop, when it bumps to 1. Fixes to the given workshop get reflected in the patch versions `yyyy.1.<patch-version>`.

### Latest
### v2024.0.0

* Add adversarial regularization regime slides and exercises as final session
* Update intro slides
* Update python versions run in ci (drop 3.6, add higher versions)
* Add escaping of model-selection-notebook correlation tex table columns
* Fix latex color theme name for Ubuntu
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2022.1.2
current_version = 2024.0.0
commit = True
tag = True

Expand All @@ -17,8 +17,8 @@ exclude = docs
test = pytest

[tool:pytest]
testpaths =
testpaths =
tests
markers =
markers =
latex
notebook
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='risk_learning',
version='2022.1.2',
version='2024.0.0',
author="Paul Larsen",
author_email='[email protected]',
url='https://github.com/munichpavel/risk_learning',
Expand Down

0 comments on commit e0cc080

Please sign in to comment.