Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Release 1.5.3. #390

Closed
wants to merge 1 commit into from
Closed

Release 1.5.3. #390

wants to merge 1 commit into from

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Jan 29, 2016

No description provided.

@dhermes
Copy link
Contributor Author

dhermes commented Jan 29, 2016

Ran from

$ git log -1 --pretty=%H  # What is HEAD at time of doing "log"
9bd85220faf18349fd4ba0d4a02a1588bcf0f1f6

to check PRs since

$ git log v1.5.2..HEAD \
> | grep 'Merge pull request ' \
> | awk -F ' ' '{print $4}' \
> | sort

yields

#332
#334
#337
#346
#350
#353
#355
#356
#362
#363
#369
#370
#371
#372
#374
#375
#376
#378
#379
#380
#382
#383
#385
#389

@dhermes
Copy link
Contributor Author

dhermes commented Jan 29, 2016

@nathanielmanistaatgoogle Here is the summary of the PRs since the last release


Project Admin: #334 (new logo), #350 (better error for failed file open), #355 (separating file/multistore_file tests), #356 (improved unit test line coverage), #362 (unpinning tox version in script), #363 (fixing broken test config), #369 (update language in README), #371 (factor out usage of utcnow() in client), #374 (more mocks in implicit environ tests), #378 (Removing keyring testing from py26 testing)


Care to craft it into valid notes?

@dhermes
Copy link
Contributor Author

dhermes commented Jan 29, 2016

@nathanielmanistaatgoogle The move of many modules to the contrib sub-package probably dictates we upgrade to 2.0.0.

Maybe we should hold off on doing this until #211 is resolved?

@nathanielmanistaatgoogle
Copy link
Contributor

Phooey; that thought passed through my mind as we spoke today and then escaped before I gave it voice.

Happy to hold off. If we don't, we probably wind up with some intermediate release that gets barely any use and isn't worth the effort that went into it.

@dhermes
Copy link
Contributor Author

dhermes commented Jan 29, 2016

OK. Close this PR then?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants