Skip to content

Commit 18de551

Browse files
committed
Release v0.12.2
Main fix here is to upgrade sqlalchemy to fix a prod outage, but this release also includes some useful scripts for some data ingestions
1 parent 7d7ad1f commit 18de551

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## unreleased version -- v0.12.2
3+
## 2023-08-31 version -- v0.12.2
44
### Added
55
- Script to count and return ids of PD Univ of Cali Books from Hathitrust
66
- Script to delete problem work records from PSQL and ESC

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ We use git tags to tag releases and github's release feature to deploy. The ste
123123

124124
1. Decide on a new version number (assume 0.12.0 for the following steps)
125125
2. Make sure your local `main` branch is up to date
126-
3. Update the `CHANGELOG.md` 'unreleased version' header with the current date and new version number, e.g. '2023-04-03:
127-
v0.12.0'
126+
3. Update the `CHANGELOG.md` 'unreleased version' header with the current date and new version number, e.g. '2023-04-03 -- v0.12.0'
128127
4. Commit your change and push straight to `main`: `git push origin main`
129128
5. Create a new tag and name it after the new version number: `git tag -a v0.12.0`
130129
6. Push your tag to github: `git push origin v0.12.0`

0 commit comments

Comments
 (0)