Commit ca22969
authored
GA and Beta Promotions (#3245)
* Make clients explicitly unpickleable.
Closes #3211.
* Make clients explicitly unpickleable.
Closes #3211.
* Add GA designator, add 1.0 version numbers.
* Version changes. Eep.
* Oops, Speech is still alpha.
* 0.24.0, not 0.24.1
* Remove double __getstate__ goof.
* Version changes. Eep.
* Oops, Speech is still alpha.
* Remove double __getstate__ goof.
* Adding 3.6 classifier where missing and fixing bad versions.
Done via "git grep '0\.24'" and "git grep '0\.23'".
* Fix Noxfiles forlocal packages.
* Fixing copy-pasta issue in error reporting nox config.
Also fixing bad indent in same file.
* Depend on stable logging in error reporting package.
* Fixing lint errors in error_reporting.
These were masked because error_reporting's lint nox session
was linting the datastore codebase.
This also means that the error reporting package has
gained __all__.
* Fixing a syntax error in nox config for logging.
Also fixing an indent error while I was in there.
* Revert "Add docs for 'result_index' usage and a system test."
This reverts commit b5742aa.
* Fixing docs nox session for umbrella package.
Two issues:
- error_reporting came BEFORE logging (which means it would
try to pull in a logging dep from PyPI that doesn't exist)
- dns was NOT in the list of local packages
* Updating upper bound on logging in error_reporting.
* Un-revert typo fix.1 parent f37d4cf commit ca22969
2 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
56 | | - | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
71 | | - | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments