Skip to content

Commit

Permalink
Releasing version 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 12, 2024
1 parent ddfcd3c commit 55ee72a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Release_Notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2024-02-12 timj (2.2.6)
- Handle possible race conditions when making directories.
- Cleanup more python 2-isms.
- Modernize some test code.
- Support python 3.12.
- Support `eups list \*`
- Search for user tag chainFile in main repo if needs be
- Switch __repr__ to __str__; squash me
- Fix some typos
- Add tags to `eups admin listCache` if verbose >= 2
- Added __str__ for DataBase, Product{Family,Stack}
- Improve error message for 'eups admin show'
- Improve error message when 'eups declare -m' is passed a directory
- Error (in python 3.x?) comparing None to int

dev stats:
- 56 files changed, 568 insertions(+), 793 deletions(-)
- contributors: Tim Jenness, Robert Lupton the Good

2024-01-16 rhl
- Make `eups list \*` work (I thought it did already; the manual says that it does)

Expand Down
2 changes: 1 addition & 1 deletion git.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.5
2.2.6

0 comments on commit 55ee72a

Please sign in to comment.