Skip to content

Commit 405f778

Browse files
Merge pull request #315 from pyouroboros/develop
v1.4.1 Merge
2 parents c8c8777 + 64a8762 commit 405f778

10 files changed

+19
-5
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: https://buymeacoff.ee/ouroboros

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Change Log
22

3-
## [1.4.0](https://github.com/pyouroboros/ouroboros/tree/1.4.0) (2019-04-24)
4-
[Full Changelog](https://github.com/pyouroboros/ouroboros/compare/1.3.1...1.4.0)
3+
## [1.4.1](https://github.com/pyouroboros/ouroboros/tree/1.4.1) (2019-06-03)
4+
[Full Changelog](https://github.com/pyouroboros/ouroboros/compare/v1.4.0...1.4.1)
5+
6+
**Closed issues:**
7+
8+
- Slack won't work [\#313](https://github.com/pyouroboros/ouroboros/issues/313)
9+
10+
**Other Pull Requests**
11+
12+
- v1.4.1 Merge [\#315](https://github.com/pyouroboros/ouroboros/pull/315) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
13+
- v1.4.1 to develop [\#314](https://github.com/pyouroboros/ouroboros/pull/314) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
14+
15+
## [v1.4.0](https://github.com/pyouroboros/ouroboros/tree/v1.4.0) (2019-04-25)
16+
[Full Changelog](https://github.com/pyouroboros/ouroboros/compare/1.3.1...v1.4.0)
517

618
**Implemented enhancements:**
719

@@ -23,8 +35,9 @@
2335
**Other Pull Requests**
2436

2537
- v1.4.0 Merge [\#299](https://github.com/pyouroboros/ouroboros/pull/299) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
26-
- Remove Watchtower Reference [\#299](https://github.com/pyouroboros/ouroboros/pull/299) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
38+
- Remove Watchtower Reference [\#298](https://github.com/pyouroboros/ouroboros/pull/298) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
2739
- v1.4.0 to develop [\#297](https://github.com/pyouroboros/ouroboros/pull/297) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
40+
- fixes \#284 [\#296](https://github.com/pyouroboros/ouroboros/pull/296) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
2841
- Patches [\#295](https://github.com/pyouroboros/ouroboros/pull/295) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
2942
- Fix healthcheck attr [\#294](https://github.com/pyouroboros/ouroboros/pull/294) ([circa10a](https://github.com/circa10a))
3043
- Patch/catch up [\#271](https://github.com/pyouroboros/ouroboros/pull/271) ([DirtyCajunRice](https://github.com/DirtyCajunRice))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img width="800" src="https://bin.cajun.pro/images/ouroboros/ouroboros_logo_primary_long_cropped.jpg">
1+
<img width="800" src="https://raw.githubusercontent.com/pyouroboros/ouroboros/master/assets/ouroboros_logo_primary_long_cropped.jpg" alt="Ouroboros Logo">
22

33
[![Discord](https://img.shields.io/discord/532695326117593112.svg?colorB=7289DA&label=Discord&logo=Discord&logoColor=7289DA&style=flat-square)](https://discord.gg/qHNByUW)
44
[![BuyUsCoffee](https://img.shields.io/badge/BuyMeACoffee-Donate-ff813f.svg?logo=CoffeeScript&style=flat-square)](https://buymeacoff.ee/ouroboros)

assets/ouroboros_logo_primary.png

56.6 KB
Loading
89.2 KB
Loading
52.8 KB
Loading
29.8 KB
Loading
101 KB
Loading
55.4 KB
Loading

pyouroboros/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "1.4.0"
1+
VERSION = "1.4.1"
22
BRANCH = "master"

0 commit comments

Comments
 (0)