File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - # cron (in UTC): minute hour day_of_month month day_of_week
1010 cron : ' 00 03 * * SUN'
1111 push :
12- branches : [ master ]
12+ branches : [ master, stable_0.5 ]
1313 pull_request :
14- branches : [ master ]
14+ branches : [ master, stable_0.5 ]
1515
1616jobs :
1717
Original file line number Diff line number Diff line change @@ -5,23 +5,10 @@ Change log
55==========
66
77
8- macos_oslog 0.5.0.dev1
9- ----------------------
8+ macos_oslog 0.5.0
9+ -----------------
1010
11- Released: not yet
11+ Released: 2022-09-04
1212
13- ** Incompatible changes: **
13+ Initial version
1414
15- **Deprecations: **
16-
17- **Bug fixes: **
18-
19- **Enhancements: **
20-
21- **Cleanup: **
22-
23- **Known issues: **
24-
25- * See `list of open issues `_.
26-
27- .. _`list of open issues` : https://github.com/andy-maier/macos-oslog/issues
Original file line number Diff line number Diff line change 2525//
2626// * "M.N.P.dev1": Development level 1 of a not yet released version M.N.P
2727// * "M.N.P": A released version M.N.P
28- static const char * __version__ = "0.5.0.dev1 " ;
28+ static const char * __version__ = "0.5.0" ;
2929
3030
3131static char macos_oslog_module_docstring [] =
You can’t perform that action at this time.
0 commit comments