Skip to content

Commit

Permalink
Release v0.12.2
Browse files Browse the repository at this point in the history
Main fix here is to upgrade sqlalchemy to fix a prod outage, but this
release also includes some useful scripts for some data ingestions
  • Loading branch information
sarangj committed Aug 31, 2023
1 parent 7d7ad1f commit 18de551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## unreleased version -- v0.12.2
## 2023-08-31 version -- v0.12.2
### Added
- Script to count and return ids of PD Univ of Cali Books from Hathitrust
- Script to delete problem work records from PSQL and ESC
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ We use git tags to tag releases and github's release feature to deploy. The ste

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

0 comments on commit 18de551

Please sign in to comment.