File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.8
2
+ current_version = 0.0.9
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.9] ( https://github.com/tj-python/github-deploy/tree/0.0.9 ) (2022-02-11)
4
+
5
+ [ Full Changelog] ( https://github.com/tj-python/github-deploy/compare/0.0.8...0.0.9 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - Upgraded 0.0.7 → 0.0.8 [ \# 6] ( https://github.com/tj-python/github-deploy/pull/6 ) ([ jackton1] ( https://github.com/jackton1 ) )
10
+
3
11
## [ 0.0.8] ( https://github.com/tj-python/github-deploy/tree/0.0.8 ) (2021-11-15)
4
12
5
13
[ Full Changelog] ( https://github.com/tj-python/github-deploy/compare/0.0.7...0.0.8 )
6
14
7
15
## [ 0.0.7] ( https://github.com/tj-python/github-deploy/tree/0.0.7 ) (2021-11-15)
8
16
9
- [ Full Changelog] ( https://github.com/tj-python/github-deploy/compare/0.0.6 ...0.0.7 )
17
+ [ Full Changelog] ( https://github.com/tj-python/github-deploy/compare/0.0.5 ...0.0.7 )
10
18
11
- ## [ 0.0.6 ] ( https://github.com/tj-python/github-deploy/tree/0.0.6 ) (2021-11-15)
19
+ ## [ 0.0.5 ] ( https://github.com/tj-python/github-deploy/tree/0.0.5 ) (2021-11-15)
12
20
13
- [ Full Changelog] ( https://github.com/tj-python/github-deploy/compare/0.0.5 ...0.0.6 )
21
+ [ Full Changelog] ( https://github.com/tj-python/github-deploy/compare/0.0.6 ...0.0.5 )
14
22
15
- ## [ 0.0.5 ] ( https://github.com/tj-python/github-deploy/tree/0.0.5 ) (2021-11-15)
23
+ ## [ 0.0.6 ] ( https://github.com/tj-python/github-deploy/tree/0.0.6 ) (2021-11-15)
16
24
17
- [ Full Changelog] ( https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.5 )
25
+ [ Full Changelog] ( https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.6 )
18
26
19
27
** Merged pull requests:**
20
28
Original file line number Diff line number Diff line change 23
23
24
24
setup (
25
25
name = "github-deploy" ,
26
- version = "0.0.8 " ,
26
+ version = "0.0.9 " ,
27
27
description = "Deploy yaml files to a large number of repositories in seconds." ,
28
28
long_description = LONG_DESCRIPTION ,
29
29
long_description_content_type = LONG_DESCRIPTION_TYPE ,
You can’t perform that action at this time.
0 commit comments