Skip to content

Commit 8bf3ffa

Browse files
Merge pull request #44 from tj-python/chore/upgrade-v1.1.0-to-v1.1.1
Upgraded v1.1.0 → v1.1.1
2 parents 6644ff1 + 9c40149 commit 8bf3ffa

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = False
55

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v1.1.1](https://github.com/tj-python/github-deploy/tree/v1.1.1) (2023-04-05)
4+
5+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/v1.1.0...v1.1.1)
6+
7+
**Merged pull requests:**
8+
9+
- Bump peter-evans/create-pull-request from 4 to 5 [\#43](https://github.com/tj-python/github-deploy/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump tj-actions/github-changelog-generator from 1.17 to 1.18 [\#42](https://github.com/tj-python/github-deploy/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump codacy/codacy-analysis-cli-action from 4.2.0 to 4.3.0 [\#41](https://github.com/tj-python/github-deploy/pull/41) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Bump pascalgn/automerge-action from 0.15.5 to 0.15.6 [\#40](https://github.com/tj-python/github-deploy/pull/40) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- Bump tj-actions/semver-diff from 2.4.0 to 2.4.1 [\#39](https://github.com/tj-python/github-deploy/pull/39) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Bump tj-actions/semver-diff from 2.1.0 to 2.4.0 [\#38](https://github.com/tj-python/github-deploy/pull/38) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- Upgraded v1.0.2 → v1.1.0 [\#37](https://github.com/tj-python/github-deploy/pull/37) ([jackton1](https://github.com/jackton1))
16+
317
## [v1.1.0](https://github.com/tj-python/github-deploy/tree/v1.1.0) (2023-01-06)
418

519
[Full Changelog](https://github.com/tj-python/github-deploy/compare/v1.0.2...v1.1.0)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="github-deploy",
26-
version="1.1.0",
26+
version="1.1.1",
2727
description="Deploy yaml files to a large number of repositories in seconds.",
2828
long_description=LONG_DESCRIPTION,
2929
long_description_content_type=LONG_DESCRIPTION_TYPE,

0 commit comments

Comments
 (0)