Skip to content

Commit b0b84a0

Browse files
committed
Updating Changelog and version.
1 parent 4327a91 commit b0b84a0

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Changelog
22
============
33

44

5+
1.1.3 (2023-09-05)
6+
------------
7+
8+
Changed
9+
~~~~~~~~~~~~
10+
11+
* Adding support for link embed in facebook and linkedin. [Luis Alejandro Martínez Faneyth]
12+
13+
514
1.1.2 (2023-09-03)
615
------------
716

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
.. _GitHub actions: https://github.com/LuisAlejandro/agoras-actions
4343
.. _full documentation: https://agoras.readthedocs.org
4444

45-
Current version: 1.1.2
45+
Current version: 1.1.3
4646

4747
Agoras is a python utility that helps publish and delete posts on the most
4848
popular social networks (twitter, facebook, instagram and linkedin).

README.short.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
.. _GitHub actions: https://github.com/LuisAlejandro/agoras-actions
4343
.. _full documentation: https://agoras.readthedocs.org
4444

45-
Current version: 1.1.2
45+
Current version: 1.1.3
4646

4747
Agoras is a python utility that helps publish and delete posts on the most
4848
popular social networks (twitter, facebook, instagram and linkedin).

agoras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
__author__ = 'Luis Alejandro Martínez Faneyth'
2323
__email__ = '[email protected]'
24-
__version__ = '1.1.2'
24+
__version__ = '1.1.3'
2525
__url__ = 'https://github.com/LuisAlejandro/agoras'
2626
__description__ = ('A command line python utility to manage your social'
2727
' networks (Twitter, Facebook, LinkedIn and Instagram)')

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ python-dateutil==2.8.2
77
filetype==1.2.0
88
linkedin-api-client==0.3.0
99
requests==2.31.0
10-
bs4==4.12.2
10+
beautifulsoup4==4.12.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.2
2+
current_version = 1.1.3
33
tag_name = {new_version}
44
commit = True
55
tag = True

0 commit comments

Comments
 (0)