Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Big bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Nov 12, 2018
1 parent a6c256c commit 78aba99
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 35 deletions.
33 changes: 17 additions & 16 deletions area4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
divider198 = str("💰💰💰💰💰💰💰💰💰💰💰💰")
divider199 = str("🎈🎈🎈🎈🎈🎈🎈🎈🎈🎈🎈🎈")
divider200 = str("❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️")
divider201 = str("😨😨😨😨😨😨😨😨😨😨😨😨")

custom_div = str("")

Expand Down Expand Up @@ -1958,18 +1959,9 @@ def div194():

return divider194

def div194():
"""
Returns the divider 🥇🥇🥇🥇🥇🥇🥇🥇🥇🥇🥇🥇
:return: divider194
"""

return divider194

def div195():
"""
Returns the divider 🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗
Returns the divider 🥇🥇🥇🥇🥇🥇🥇🥇🥇🥇🥇🥇
:return: divider195
"""
Expand All @@ -1978,7 +1970,7 @@ def div195():

def div196():
"""
Returns the divider ⏰⏰⏰⏰⏰⏰⏰⏰⏰⏰⏰⏰
Returns the divider 🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗
:return: divider196
"""
Expand All @@ -1987,7 +1979,7 @@ def div196():

def div197():
"""
Returns the divider 💰💰💰💰💰💰💰💰💰💰💰💰
Returns the divider ⏰⏰⏰⏰⏰⏰⏰⏰⏰⏰⏰⏰
:return: divider197
"""
Expand All @@ -1996,7 +1988,7 @@ def div197():

def div198():
"""
Returns the divider 🎈🎈🎈🎈🎈🎈🎈🎈🎈🎈🎈🎈
Returns the divider 💰💰💰💰💰💰💰💰💰💰💰💰
:return: divider198
"""
Expand All @@ -2005,8 +1997,7 @@ def div198():

def div199():
"""
Returns the divider ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
Returns the divider 🎈🎈🎈🎈🎈🎈🎈🎈🎈🎈🎈🎈
:return: divider199
"""
Expand All @@ -2015,13 +2006,23 @@ def div199():

def div200():
"""
Returns the divider 😨😨😨😨😨😨😨😨😨😨😨😨
Returns the divider ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
:return: divider200
"""

return divider200

def div201():
"""
Returns the divider 😨😨😨😨😨😨😨😨😨😨😨😨
:return: divider201
"""

return divider201

def customdiv():
return custom_div

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- Changelog -

Version 1.2.2:
- Big bug fix

Version 1.2.1 (lots of random stuff):
- Now distributing .tar.gz and.zip formats for source code
- Did some small manifest changes
Expand Down
37 changes: 19 additions & 18 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ Divider looks
90. Airplane emojis
91. Orange leave emojis
92. Key emojis
93. 😀
94. 😂
95. 😛
96. 😝
97. 😨
93. Big smilies
94. Laughing face
95. Toung-sticking-out faces
96. Toung-sticking-out faces v2
97. Surprised faces
98. 😩
99. 😬
100. 😰
Expand Down Expand Up @@ -181,21 +181,21 @@ Divider looks
128. Bye wave
129. Call me wave
130. Strong arm emoji
131. Dog
132. Cat
133. Mouse
134. Hampster
135. Bunny
136. Fox
137. Bear
138. Panda
139. Koala
131. Dogs
132. Cats
133. Mice
134. Hampsters
135. Bunnies
136. Foxes
137. Bears
138. Pandas
139. Koalas
140. Tiger
141. Lion
142. Cow
143. Pig
141. Lions
142. Cows
143. Pigs
144. Frog
145. Monkey
145. Monkeys
146. Monkey eyes shielded
147. Monkey eyes open
148. Monkey hands over mouth
Expand Down Expand Up @@ -251,6 +251,7 @@ Divider looks
198. Money bags
199. Baloons
200. Hearts
201. Surprised faces v2


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="area4",
version="1.2.1",
version="1.2.2",
author="RDIL",
author_email="contactspaceboom@gmail.com",
description="Dividers in Python, the easy way! Many different divider looks.",
Expand Down

0 comments on commit 78aba99

Please sign in to comment.