Skip to content

Commit 96c1932

Browse files
committed
Bump version
1 parent 2d65e3f commit 96c1932

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/screen_brightness_control.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h1 class="modulename">
248248
<span class="sd"> If True, this check is bypassed</span>
249249
<span class="sd"> verbose_error (bool): boolean value controls the amount of detail error messages will contain</span>
250250
<span class="sd"> no_return (bool): if False, this function returns new brightness (by calling `get_brightness`).</span>
251-
<span class="sd"> If True, this function returns None</span>
251+
<span class="sd"> If True, this function returns None. In the future this function will return `None` by default</span>
252252

253253
<span class="sd"> Returns:</span>
254254
<span class="sd"> list: list of ints (0 to 100)</span>
@@ -451,7 +451,7 @@ <h1 class="modulename">
451451
<span class="sd"> print(&#39;Name:&#39;, monitor[&#39;name&#39;])</span>
452452
<span class="sd"> # the general model of the display</span>
453453
<span class="sd"> print(&#39;Model:&#39;, monitor[&#39;model&#39;])</span>
454-
<span class="sd"> # a unique string assigned by Windows to this display</span>
454+
<span class="sd"> # the serial of the display</span>
455455
<span class="sd"> print(&#39;Serial:&#39;, monitor[&#39;serial&#39;])</span>
456456
<span class="sd"> # the name of the brand of the monitor</span>
457457
<span class="sd"> print(&#39;Manufacturer:&#39;, monitor[&#39;manufacturer&#39;])</span>
@@ -1188,7 +1188,7 @@ <h1 class="modulename">
11881188
<span class="k">raise</span> <span class="ne">NotImplementedError</span><span class="p">(</span><span class="sa">f</span><span class="s1">&#39;</span><span class="si">{</span><span class="n">plat</span><span class="si">}</span><span class="s1"> is not yet supported&#39;</span><span class="p">)</span>
11891189
<span class="k">del</span><span class="p">(</span><span class="n">plat</span><span class="p">)</span>
11901190

1191-
<span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;0.9.0-dev&#39;</span>
1191+
<span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;0.9.0&#39;</span>
11921192
<span class="n">__author__</span> <span class="o">=</span> <span class="s1">&#39;Crozzers&#39;</span>
11931193
</pre></div>
11941194

@@ -1324,7 +1324,7 @@ <h6 id="example">Example</h6>
13241324
<span class="sd"> If True, this check is bypassed</span>
13251325
<span class="sd"> verbose_error (bool): boolean value controls the amount of detail error messages will contain</span>
13261326
<span class="sd"> no_return (bool): if False, this function returns new brightness (by calling `get_brightness`).</span>
1327-
<span class="sd"> If True, this function returns None</span>
1327+
<span class="sd"> If True, this function returns None. In the future this function will return `None` by default</span>
13281328

13291329
<span class="sd"> Returns:</span>
13301330
<span class="sd"> list: list of ints (0 to 100)</span>
@@ -1404,7 +1404,7 @@ <h6 id="args">Args</h6>
14041404
If True, this check is bypassed</li>
14051405
<li><strong>verbose_error (bool):</strong> boolean value controls the amount of detail error messages will contain</li>
14061406
<li><strong>no_return (bool):</strong> if False, this function returns new brightness (by calling <code><a href="#get_brightness">get_brightness</a></code>).
1407-
If True, this function returns None</li>
1407+
If True, this function returns None. In the future this function will return <code>None</code> by default</li>
14081408
</ul>
14091409

14101410
<h6 id="returns">Returns</h6>
@@ -1659,7 +1659,7 @@ <h6 id="example">Example</h6>
16591659
<span class="sd"> print(&#39;Name:&#39;, monitor[&#39;name&#39;])</span>
16601660
<span class="sd"> # the general model of the display</span>
16611661
<span class="sd"> print(&#39;Model:&#39;, monitor[&#39;model&#39;])</span>
1662-
<span class="sd"> # a unique string assigned by Windows to this display</span>
1662+
<span class="sd"> # the serial of the display</span>
16631663
<span class="sd"> print(&#39;Serial:&#39;, monitor[&#39;serial&#39;])</span>
16641664
<span class="sd"> # the name of the brand of the monitor</span>
16651665
<span class="sd"> print(&#39;Manufacturer:&#39;, monitor[&#39;manufacturer&#39;])</span>
@@ -1710,7 +1710,7 @@ <h6 id="example">Example</h6>
17101710
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Name:&#39;</span><span class="p">,</span> <span class="n">monitor</span><span class="p">[</span><span class="s1">&#39;name&#39;</span><span class="p">])</span>
17111711
<span class="c1"># the general model of the display</span>
17121712
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Model:&#39;</span><span class="p">,</span> <span class="n">monitor</span><span class="p">[</span><span class="s1">&#39;model&#39;</span><span class="p">])</span>
1713-
<span class="c1"># a unique string assigned by Windows to this display</span>
1713+
<span class="c1"># the serial of the display</span>
17141714
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Serial:&#39;</span><span class="p">,</span> <span class="n">monitor</span><span class="p">[</span><span class="s1">&#39;serial&#39;</span><span class="p">])</span>
17151715
<span class="c1"># the name of the brand of the monitor</span>
17161716
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Manufacturer:&#39;</span><span class="p">,</span> <span class="n">monitor</span><span class="p">[</span><span class="s1">&#39;manufacturer&#39;</span><span class="p">])</span>

docs/screen_brightness_control/linux.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ <h1 class="modulename">
897897
<span class="sd"> print(&#39;Name:&#39;, monitor[&#39;name&#39;])</span>
898898
<span class="sd"> # the general model of the display</span>
899899
<span class="sd"> print(&#39;Model:&#39;, monitor[&#39;model&#39;])</span>
900-
<span class="sd"> # a unique string assigned by Windows to this display</span>
900+
<span class="sd"> # the serial of the display</span>
901901
<span class="sd"> print(&#39;Serial:&#39;, monitor[&#39;serial&#39;])</span>
902902
<span class="sd"> # the name of the brand of the monitor</span>
903903
<span class="sd"> print(&#39;Manufacturer:&#39;, monitor[&#39;manufacturer&#39;])</span>
@@ -3308,7 +3308,7 @@ <h6 id="example">Example</h6>
33083308
<span class="sd"> print(&#39;Name:&#39;, monitor[&#39;name&#39;])</span>
33093309
<span class="sd"> # the general model of the display</span>
33103310
<span class="sd"> print(&#39;Model:&#39;, monitor[&#39;model&#39;])</span>
3311-
<span class="sd"> # a unique string assigned by Windows to this display</span>
3311+
<span class="sd"> # the serial of the display</span>
33123312
<span class="sd"> print(&#39;Serial:&#39;, monitor[&#39;serial&#39;])</span>
33133313
<span class="sd"> # the name of the brand of the monitor</span>
33143314
<span class="sd"> print(&#39;Manufacturer:&#39;, monitor[&#39;manufacturer&#39;])</span>
@@ -3381,7 +3381,7 @@ <h6 id="example">Example</h6>
33813381
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Name:&#39;</span><span class="p">,</span> <span class="n">monitor</span><span class="p">[</span><span class="s1">&#39;name&#39;</span><span class="p">])</span>
33823382
<span class="c1"># the general model of the display</span>
33833383
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Model:&#39;</span><span class="p">,</span> <span class="n">monitor</span><span class="p">[</span><span class="s1">&#39;model&#39;</span><span class="p">])</span>
3384-
<span class="c1"># a unique string assigned by Windows to this display</span>
3384+
<span class="c1"># the serial of the display</span>
33853385
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Serial:&#39;</span><span class="p">,</span> <span class="n">monitor</span><span class="p">[</span><span class="s1">&#39;serial&#39;</span><span class="p">])</span>
33863386
<span class="c1"># the name of the brand of the monitor</span>
33873387
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Manufacturer:&#39;</span><span class="p">,</span> <span class="n">monitor</span><span class="p">[</span><span class="s1">&#39;manufacturer&#39;</span><span class="p">])</span>

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

screen_brightness_control/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,5 +1005,5 @@ def expire(self, key=None, startswith=None, endswith=None):
10051005
raise NotImplementedError(f'{plat} is not yet supported')
10061006
del(plat)
10071007

1008-
__version__ = '0.9.0-dev'
1008+
__version__ = '0.9.0'
10091009
__author__ = 'Crozzers'

setup.py

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

33
setup(
44
name='screen_brightness_control',
5-
version='0.9.0-dev',
5+
version='0.9.0',
66
url='https://github.com/Crozzers/screen_brightness_control',
77
project_urls={
88
'Documentation': 'https://crozzers.github.io/screen_brightness_control',

0 commit comments

Comments
 (0)