Skip to content

Commit 441781d

Browse files
committed
Fixed naming
1 parent 91dadb6 commit 441781d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Credits
55
Development Lead
66
----------------
77

8-
* `Arseniy Antonov <https://github.com/ArseniyAntonov>`_, arseny.antonov@gmail.com
8+
* `Laser <https://github.com/LaserPhaser>`_, arseny.antonov@gmail.com
99

1010
Contributors
1111
------------

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Arseny Antonov
3+
Copyright (c) 2019 Laser Phaser
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
# General information about the project.
5050
project = u'Pytest Slack'
51-
copyright = u"2019, Arseniy Antonov"
52-
author = u"Arseniy Antonov"
51+
copyright = u"2019, LaserPhaser"
52+
author = u"LaserPhaser"
5353

5454
# The version info for the project you're documenting, acts as replacement
5555
# for |version| and |release|, also used in various other places throughout
@@ -130,7 +130,7 @@
130130
latex_documents = [
131131
(master_doc, 'pytest_slack.tex',
132132
u'Pytest Slack Documentation',
133-
u'Arseniy Antonov', 'manual'),
133+
u'LaserPhaser', 'manual'),
134134
]
135135

136136

pytest_slack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.4'
1+
__version__ = '2.3.0'

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 = 2.2.0
2+
current_version = 2.3.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
test_requirements = ['pytest', ]
2222

2323
setup(
24-
author="Arseniy Antonov",
24+
author="LaserPhaser",
2525
author_email='arseny.antonov@gmail.com',
2626
classifiers=[
2727
'Framework :: Pytest',
@@ -48,7 +48,7 @@
4848
test_suite='tests',
4949
tests_require=test_requirements,
5050
url='https://github.com/pytest-dev/pytest-slack',
51-
version='2.2.4',
51+
version='2.3.0',
5252
zip_safe=False,
5353
entry_points={
5454
'pytest11': [

0 commit comments

Comments
 (0)