File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55Development 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
1010Contributors
1111------------
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 Arseny Antonov
3+ Copyright (c) 2019 Laser Phaser
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 4848
4949# General information about the project.
5050project = 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
130130latex_documents = [
131131 (master_doc , 'pytest_slack.tex' ,
132132 u'Pytest Slack Documentation' ,
133- u'Arseniy Antonov ' , 'manual' ),
133+ u'LaserPhaser ' , 'manual' ),
134134]
135135
136136
Original file line number Diff line number Diff line change 1- __version__ = '2.2.4 '
1+ __version__ = '2.3.0 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.2 .0
2+ current_version = 2.3 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 2121test_requirements = ['pytest' , ]
2222
2323setup (
24- author = "Arseniy Antonov " ,
24+ author = "LaserPhaser " ,
2525 author_email = 'arseny.antonov@gmail.com' ,
2626 classifiers = [
2727 'Framework :: Pytest' ,
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' : [
You can’t perform that action at this time.
0 commit comments